.index-main-top{
	background:url(index-topbk.png) no-repeat;
    background-size: cover;
    height: 1045px;
}
.topbanner{
    position: relative;
    padding: 60px 0 0 0;
}
.banner-index{
    width: 1030px;
    height: 560px;
    margin: 0 auto;
    box-shadow: 0px 0px 47px 7px rgba(0,0,0,0.04);
}
.banner-index .swiper-slide{
    position: relative;
}
.banner-index .swiper-slide p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 87px;
background: rgba(0,0,0,.4);
    line-height: 87px;
    padding: 0 15px;
    font-size: 24px;
font-weight: bold;
color: #FFFFFF;
    overflow: hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.new{
    margin-top: 30px;
    padding: 30px 0 60px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    background-image: linear-gradient(to right,transparent,#FCF4EC,transparent);
}
.new li{
    width: 47%;
    display: inline-flex;
    overflow: hidden;
    padding: 8px 0;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.new li:hover span,.zylist li:hover p{
    color: #8f0e02;
    font-weight: bold;
    text-decoration: underline;
}
/* .new li:hover{
    border-bottom: 1px solid #871308;
} */
.zylist li:hover{
    border-right-color:#BB2815;
}
.new li span{
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #050505;
    overflow: hidden;
 white-space:nowrap;
 text-overflow:ellipsis;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.new li strong{
    font-size: 16px;
    font-weight: 400;
    color: #050505;
}
.bannertopitem{
    height: 560px;
}
.hui {
    background: #f7f7f7;
    padding-bottom: 40px;
}
.title-top {
    width: 208px;
    margin: 0 auto;
    padding: 30px 0 10px;
}

.zyjs {
    display: flex;
    padding: 40px 0 0;
    justify-content: space-between;
}
.zyleft {
    width: 720px;
    height: 500px;
    position: relative;
}
.zyleft img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zyleft p {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    right: 0;
    left: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.zyright {
    width: 480px;
    height: 450px;
    background: #fcf4ec;
    padding: 20px 0 30px;
    display: inline-flex;
    flex-direction: column;
}
.zylist {
    flex: 1;
    overflow-y: auto;
}
.zylist li {
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px 20px;
    border-right: 4px solid transparent;
}
.zylist li p {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zylist li div {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.zylist li div span {
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
}
.zylist li div span b {
    font-weight: normal;
    color: #b32418;
}
.zynext {
    font-size: 18px;
    font-weight:bold;
    color: #b32418;
    text-align: center;
    cursor: pointer;
}

.notice {
    width: 365px;
}
.file {
    width: 785px;
}
.notice-list {
    padding: 20px 0 30px;
}
.notice-list li {
    display: flex;
    width: 100%;
    overflow: hidden;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;

}
.notice-list li b {
    width: 80px;
    height: 26px;
    background: #cd4f40;
    text-align: center;
    line-height: 26px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 900;
    margin-right: 14px;
}
.notice-list li span {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
    font-size: 17px;
    /* font-weight: bold; */
    color: #333333;
    align-items: center;
}
.notice-list li strong {
    font-size: 14px;
    font-weight: 400;
    color: #959595;
}

/* .notice-list li:hover{
    border-bottom: 1px solid #b32418;
} */
.notice-list li:hover span{
    color:#b32418 ;
    text-decoration: underline;
}
.gslist {
    display: flex;
    flex-wrap: wrap;
}
.gslist li {
    width: 240px;
    height: 480px;
    background: #fff;
    overflow: hidden;
    display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
    cursor: pointer;
}
.gslist li img {
    display: block;
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.gslist li div{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	height: 240px;
	background-color: #fff;
}
.gslist li:nth-child(2n){
	 flex-direction:column-reverse
}
.gslist li div::after{
	content: '';
	position: absolute;
	right: 48%;
	top: 0;
	width: 16px;
	height: 13px;
	background: url(xicon.png) no-repeat;
	background-size: 100% 100%;
}
.gslist li:nth-child(2n) div::after{
	content: '';
	position: absolute;
	right: 48%;
	bottom: 0;
	top: auto;
	width: 16px;
	height: 13px;
	background: url(xicon.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.gslist li h2 {
    height: 33px;
    background: #be423a;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: #fefefe;
    margin-bottom: 10px;
}
.gslist li p {
    font-size: 16px;
    text-align: center;
    color: #6c6c6c;
    padding: 0 20px;
    font-weight: bold;
    line-height: 1.8;
}
.r-icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    width: 13px;
    height: 16px;
    background: url(righticon.png) no-repeat;
    background-size: 100% 100%;
}
.l-icon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 48%;
    width: 13px;
    height: 16px;
    background: url(lefticon.png) no-repeat;
    background-size: 100% 100%;
}
.t-icon:after {
    content: '';
    position: absolute;
    right: 48%;
    top: 0;
    width: 16px;
    height: 13px;
    background: url(xicon.png) no-repeat;
    background-size: 100% 100%;
}
.notice-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.notice-two li {
    width: 49%;
}

.videolist {
    padding: 30px 0 0 0;
    display: flex;
}
.videolist li {
    width: 365px;
    height: 235px;
    overflow: hidden;
    position: relative;
    margin-right: 50px;
    cursor: pointer;
}
.videolist li i{
    position: absolute;
    top: 40%;
    left: 44%;
    color: #fff;
    font-size: 50px;
}
.videolist li:nth-child(3n){
    margin-right: 0;
}
.videolist li img {
    height: 100%;
    object-fit: cover;
}
.videolist li p {
    position: absolute;
    bottom: 0;
    height: 42px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 42px;
    color: #fff;
    padding: 0 10px;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
}
.teach-main{
    position: relative;
}
.teacher{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.teach-item strong{
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
}
.teach-item strong img{
    height: 100%;
    object-fit: cover;
}
.teach-item h2{
    font-size: 18px;
    color: #313131;
    text-align: center;
    padding: 10px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
}
.teach-item p{
    font-size: 16px;
    color: #313131;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
      -ms-text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -webkit-text-overflow: ellipsis;
}

.teach-prev{
    top: 45%;
    left: -50px;
    background: none;
}
.teach-next{
    top: 45%;
    right: -50px;
    color:#BFBFBF ;
	background: none;
}
.swiper-button-prev:after, .swiper-button-next:after{
    font-size: 25px;
}

.banner-prev,.banner-next{
    width: 42px;
    height: 42px;
    background: #BB0200;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;

}
.banner-prev:after, .banner-next:after{
    font-size: 18px;
}

.banner-prev{
    top: 55%;
    left: 0;
padding: 10px;
    box-sizing: border-box;
}
.banner-next{
    top: 55%;
    right: 0;
	padding: 10px;
	    box-sizing: border-box;
}